home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 8: LINUX Games / Linux Cubed Series 8 - LINUX Games.iso / games / x11 / rpg / crossfir.92 / crossfir / crossfire-0.92.5 / lib / help / output-count < prev    next >
Text File  |  1996-07-24  |  650b  |  21 lines

  1.  
  2.  As of version 0.91.7, new output handling
  3. was added.  The behaviour is controlled
  4. with the output-sync and output-count
  5. commands.
  6.  
  7. output-sync controls how often information
  8. is sent to the screen.  Each buffer has its
  9. own time value, and will be flushed
  10. independantly.  The default value is 16 ticks
  11. (about 2 seconds).
  12.  
  13. output-count sets after how many messages
  14. of the same type, they are then printed out.
  15. If the value was 10, then after killing
  16. ten orcs, the message '10 times you kill orc'
  17. would be printed out.  The default value is 1 -
  18. this means that all messages get printed out
  19. as they are requested - buffering is disabled
  20. in this regard.
  21.